sgx_serialize_derive 1.1.1

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Documentation
This crate provides sgx_serialize's two derive macros. ```rust,ignore extern crate sgx_tstd as std; // Must do that! #[derive(Serializable, DeSerializable)] ```